Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add owo-colors as an ansi backend #83

Merged
merged 4 commits into from
May 5, 2024
Merged

Conversation

REALERvolker1
Copy link
Contributor

Hey there, long time no see

I have been using owo-colors more in my projects, and I like it. It has been around for a while, touting itself as a minimal, no-std ansi color crate. This adds support for owo-colors as a backend.

The Style struct cannot be modified or created directly, so I had to mutate it based on the properties of Style. I also had to reverse the order of ansi codes in the owo-colors test because it prints those differently. However, I am pretty sure it should be OK.

Copy link
Owner

@sharkdp sharkdp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sharkdp sharkdp merged commit 014aa76 into sharkdp:master May 5, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants